bbcode_parse
Syntax:
bbcode_parse(string, normal, bold, italic, bolditalic)
Arguments:
Argument Name | Type | Description |
---|---|---|
string | string | string of BBCode to parse |
normal | font | (default = undefined) font to use for normal text |
bold | font | (default = undefined) font to use for bold text |
italic | font | (default = undefined) font to use for italicised text |
bolditalic | font | (default = undefined) font to use for bold and italicized text |
Returns: (array)
Description:
Loading page...